QuickOPC User's Guide and Reference
UAKeyValuePair Constructor(KeyValuePair<UAQualifiedName,Object>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAKeyValuePair Class > UAKeyValuePair Constructor : UAKeyValuePair Constructor(KeyValuePair<UAQualifiedName,Object>)
Key-value pair to use.
Initializes a new instance of the class. Initializes a new instance of the class from a KeyValuePair.
Syntax
'Declaration
 
Public Function New( _
   ByVal keyValuePair As KeyValuePair(Of UAQualifiedName,Object) _
)
'Usage
 
Dim keyValuePair As KeyValuePair(Of UAQualifiedName,Object)
 
Dim instance As New UAKeyValuePair(keyValuePair)

Parameters

keyValuePair
Key-value pair to use.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also